home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- BAT
- batfunc1
- bat /p
- RAM
- -C cls begtype
- \0e
-
- ╔═════════════════════════════════════════════════════════════════╗
- ║ ProComm Protocol Enhancer Initial Configuration Menu ║
- ╚═════════════════════════════════════════════════════════════════╝
-
- Choice # Choice Description Current Settting
-
- 1) Color Graphics or Monochrome \0c\%6 \0e
- 2) RAM or BIOS Screen Writes \0c\%5 \0e
- 3) Communication Port to use \0c\%c \0e
- 4) Path to find Uploads \0c\%3 \0e
- 5) Path to place Downloads \0c\%4 \0e
-
- \8cS\0e) Save Current Values to Disk
-
-
- Enter # to change, or [ESC] to End:
- end
- -cc locate 53 18 | inkey %a | if %a = KEY01B goto -end
- if %a <> 1 if %a <> 2 if %a <> 3 if %a <> 4 if %a <> S if %a <> s if %a <> 5 beep | goto -cc
- cls | call -%aclb | goto -C
- -Sclb %h = 1 | >ppedata.dta | type %h %c %3 %4 | > | return
- -1clb locate 10 10 | color 0e | Read Color or Monochrome (C/M)? %a
- if %a <> C if %a <> C %6 = Mono | skip 5
- %6 = Color
- del ppe25bM.*
- ren ppe25bG.* ppe25B.*
- bat /p
- return
- del ppe25bG.*
- ren ppe25bM.* ppe25B.*
- bat /p
- return
- -2clb locate 10 10 | color 0e | read True IBM or 100 Percent Compatiable (Y/N) %a
- if %a <> Y if %a <> y %5 = BIOS | skip 5
- %5 = RAM
- del ppe*.BIO
- ren ppe*.RAM ppe*.BAT
- bat /p
- return
- del ppe*.RAM
- ren ppe*.BIO ppe*.BAT
- bat /p
- Return
- -3clb locate 10 10 | color 0E | read New Com Port (1-2) %c | return
- -4clb locate 10 10 | color 0E | read New Upload Directory (d:\dirname\filename.ext) %3 | return
- -5clb locate 10 10 | color 0E | read New Download Directory (d:\dirname\filename.ext) %4 | return
- -end | call -Sclb
- rem
- del ppeinst.bat
-